body {
  overflow-x: hidden; }

header {
  display: flex;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto 10px;
  justify-content: space-between;
  align-items: center;
  height: 100px; }
  header .h-left {
    position: relative; }
    header .h-left a h1 {
      position: absolute;
      top: -999999px; }
    header .h-left a img {
      width: auto;
      max-width: 400px;
      height: auto;
      max-height: 90px; }
  header .h-right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end; }
    header .h-right .h-r-left ul {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      header .h-right .h-r-left ul li {
        margin: 5px 8px; }
        header .h-right .h-r-left ul li img {
          display: block;
          width: 36px;
          height: 36px;
          margin: 0 auto; }
        header .h-right .h-r-left ul li strong {
          display: block;
          margin: 0 auto;
          font-weight: normal;
          font-size: 12px; }
    header .h-right .h-r-left p {
      width: calc(100% - 14px);
      font-size: 16px;
      margin-left: 7px;
      padding-top: 3px;
      border-top: 5px double #000000; }
    header .h-right .h-r-right {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      margin-left: 10px;
      background-color: #76a366;
      padding: 5px; }
      header .h-right .h-r-right img {
        width: 80px;
        height: 80px; }
      header .h-right .h-r-right p {
        width: 16px;
        font-size: 14px;
        margin-left: 3px;
        text-align: center;
        color: #ffffff;
        line-height: 16px; }

#pc-nav {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000; }
  #pc-nav > ul {
    display: flex;
    width: 100%;
    height: 49px;
    max-width: 1260px;
    margin: 0 auto; }
    #pc-nav > ul > li {
      position: relative;
      flex: 1; }
      #pc-nav > ul > li > a {
        position: relative;
        display: block;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        color: #000000;
        line-height: 48px;
        z-index: 2; }
      #pc-nav > ul > li ul {
        position: absolute;
        display: none;
        width: 100%;
        top: 100%;
        left: 0;
        z-index: 3;
        background-color: #ffffff;
        padding-bottom: 5px; }
        #pc-nav > ul > li ul li {
          padding: 5px 5px 0; }
          #pc-nav > ul > li ul li a {
            padding: 10px;
            background-color: #76a366;
            display: block;
            color: #ffffff;
            border-bottom: 1px solid #76a366; }
            #pc-nav > ul > li ul li a:hover {
              background-color: #ffffff;
              color: #000000; }
      #pc-nav > ul > li:hover ul {
        display: block; }
      #pc-nav > ul > li.active, #pc-nav > ul > li:hover {
        position: relative; }
        #pc-nav > ul > li.active > a, #pc-nav > ul > li:hover > a {
          color: #ffffff; }
        #pc-nav > ul > li.active::before, #pc-nav > ul > li:hover::before {
          position: absolute;
          content: "";
          width: 100%;
          height: 53px;
          z-index: 1;
          top: -4px;
          left: 0;
          background-color: #76a366; }
        #pc-nav > ul > li.active::after, #pc-nav > ul > li:hover::after {
          position: absolute;
          content: "";
          width: 0;
          height: 0;
          border-top: 2px solid transparent;
          border-right: 2px solid transparent;
          border-left: 2px solid #000000;
          border-bottom: 2px solid #000000;
          top: -4px;
          left: 100%; }

#banner-box {
  width: 100%; }
  #banner-box img {
    display: block;
    width: 100%; }
  #banner-box i {
    display: none; }

#mobile-box {
  display: none; }

.title-box {
  display: flex;
  width: 100%;
  height: 100px;
  justify-content: center;
  align-items: center;
  background-image: url("../images/title_bg.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 60px 0; }
  .title-box strong {
    position: relative;
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 10px;
    color: #ffffff;
    padding-top: 5px;
    margin-left: 50px; }
    .title-box strong::before {
      position: absolute;
      content: "";
      width: 200px;
      height: 200px;
      top: -80px;
      right: 100%;
      background-image: url("../images/title.png");
      background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position: center center; }

.more-btn {
  display: flex;
  justify-content: center;
  width: 100%; }
  .more-btn a {
    background-color: #76a366;
    font-size: 14px;
    padding: 5px 25px;
    border-radius: 30px;
    color: #ffffff; }

.sub-nav {
  display: none; }

.list-box {
  width: 94%;
  max-width: 1260px;
  margin: 40px auto; }
  .list-box ul {
    display: flex;
    flex-flow: row wrap; }
    .list-box ul li {
      width: 25%;
      margin: 10px 0; }
      .list-box ul li a {
        display: block;
        width: 90%;
        margin: 0 auto;
        background-color: #76a366; }
        .list-box ul li a img {
          width: 100%; }
        .list-box ul li a strong {
          display: block;
          height: 40px;
          line-height: 40px;
          text-align: center;
          padding: 0 10px;
          box-sizing: border-box;
          color: #ffffff;
          font-size: 16px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
      .list-box ul li:hover {
        opacity: 0.7; }

.counte-box .c-b-top {
  width: 94%;
  max-width: 1260px;
  margin: 20px auto; }
  .counte-box .c-b-top ul {
    display: flex;
    justify-content: space-between;
    margin-top: 43px; }
    .counte-box .c-b-top ul li {
      position: relative;
      width: 32%;
      border: 2px solid #76a366;
      padding: 5px;
      box-sizing: border-box;
      background-color: #ffffff; }
      .counte-box .c-b-top ul li i {
        position: absolute;
        width: 80px;
        height: 80px;
        border: 3px solid #b6d9a6;
        border-radius: 50%;
        overflow: hidden;
        top: -43px;
        left: calc(50% - 43px);
        background-color: #76a366;
        text-align: center;
        line-height: 80px; }
        .counte-box .c-b-top ul li i img {
          vertical-align: middle;
          width: 80%;
          height: 80%; }
      .counte-box .c-b-top ul li strong {
        display: block;
        font-size: 24px;
        color: #76a366;
        text-align: center;
        padding: 20px 0 10px;
        margin-top: 30px; }
      .counte-box .c-b-top ul li p {
        font-size: 16px;
        text-align: center;
        color: #76a366;
        padding: 5px 0; }
      .counte-box .c-b-top ul li:nth-child(2) {
        margin-left: 1%;
        margin-right: 1%; }

.counte-box hr {
  width: 100%;
  background-color: #76a366; }

.counte-box .c-b-bottom {
  width: 94%;
  max-width: 1260px;
  margin: 20px auto;
  padding-top: 20px; }
  .counte-box .c-b-bottom p {
    text-align: center;
    color: #000000;
    font-size: 14px;
    padding: 5px 0; }
    .counte-box .c-b-bottom p a {
      color: #000000;
      text-decoration: underline; }

footer {
  display: none; }

.img-title-box {
  display: flex;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4); }
  .img-title-box h2 {
    font-size: 32px;
    color: #ffffff;
    text-shadow: 3px 3px 0 #666666;
    letter-spacing: 3px; }

.web-map {
  display: flex;
  width: 94%;
  height: 40px;
  max-width: 1260px;
  margin: 20px auto;
  align-items: center;
  border: 1px solid #000000;
  border-right: 0;
  border-left: 0;
  font-size: 14px; }
  .web-map a {
    color: #000000;
    text-decoration: underline;
    margin: 0 3px; }

.paging {
  display: flex;
  width: 94%;
  max-width: 1260px;
  margin: 0 auto;
  justify-content: center; }
  .paging ul {
    display: flex;
    justify-content: center;
    align-items: center; }
    .paging ul li a,
    .paging ul li span {
      display: block;
      padding: 8px 13px;
      border: 1px solid #76a366;
      border-radius: 6px;
      margin: 0 3px;
      color: #76a366;
      cursor: pointer;
      font-size: 14px; }
    .paging ul li a:hover {
      background-color: #76a366;
      color: #ffffff; }
    .paging ul li.active a,
    .paging ul li.active span {
      background-color: #76a366;
      color: #ffffff; }
    .paging ul li.disabled a,
    .paging ul li.disabled span {
      background-color: #afafaf;
      border-color: #afafaf;
      color: #ffffff; }

@media all and (max-width: 750px) {
  body {
    padding-bottom: 60px; }
  header,
  #pc-nav,
  .counte-box {
    display: none; }
  #banner-box {
    height: 300px; }
    #banner-box img {
      display: none; }
    #banner-box i {
      display: block;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
  #mobile-box {
    display: block; }
    #mobile-box ul {
      display: flex;
      width: 96%;
      margin: 10px auto;
      flex-flow: row wrap; }
      #mobile-box ul li {
        width: 25%;
        margin: 5px 0; }
        #mobile-box ul li a {
          display: block;
          width: 16vw;
          height: 16vw;
          margin: 0 auto;
          border-radius: 50%;
          border: 5px solid #a9d296;
          background-color: #76a366; }
          #mobile-box ul li a i {
            display: block;
            width: 14vw;
            height: 14vw;
            margin: 1vw auto;
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat; }
        #mobile-box ul li strong {
          display: block;
          font-size: 14px;
          color: #76a366;
          text-align: center;
          padding: 5px 0;
          font-weight: normal; }
        #mobile-box ul li:nth-child(1) a {
          border-color: #76a366;
          background-color: #ffffff; }
  .title-box {
    height: 60px;
    margin: 20px 0; }
    .title-box strong {
      font-size: 20px; }
      .title-box strong::before {
        width: 100px;
        height: 100px;
        top: -30px; }
  .sub-nav {
    display: flex;
    width: 96%;
    margin: 0 auto;
    flex-flow: row wrap; }
    .sub-nav a {
      width: 23%;
      margin: 5px 1%;
      font-size: 14px;
      text-align: center;
      padding: 8px 0;
      border-radius: 5px;
      color: #ffffff;
      background-color: #76a366;
      border: 1px solid #76a366;
      box-sizing: border-box; }
      .sub-nav a.active {
        background-color: #ffffff;
        color: #76a366; }
  .list-box {
    margin: 40px auto 20px; }
    .list-box ul li {
      width: 50%; }
  footer {
    position: fixed;
    display: flex;
    width: 100%;
    max-width: 750px;
    height: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 7;
    background-color: #76a366;
    justify-content: space-between;
    align-items: center; }
    footer a {
      flex: 1; }
      footer a img {
        display: block;
        width: 24px;
        height: 24px;
        margin: 0 auto; }
      footer a span {
        display: block;
        height: 20px;
        line-height: 20px;
        text-align: center;
        color: #ffffff;
        font-size: 12px; } }
